home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Shareware City / Updaters / CDK 7.0.4 Update / Release Notes / PPC C++ 7.0.4 READ ME next >
Encoding:
Text File  |  1994-07-26  |  2.1 KB  |  55 lines  |  [TEXT/ttxt]

  1. PPC C++ 7.0.4 READ ME
  2. ====================
  3. Symantec PowerPC C++ 7.0.4 README
  4. =================================
  5. Copyright © 1994 Symantec Corporation.  All rights reserved.
  6. July 8, 1994
  7. Font: Geneva 12
  8.  
  9. PowerPC C++ 7.0.4
  10. ================
  11.  
  12. • Adds version of ANSI libraries that support a console.
  13.  
  14. Here's what you must do to convert an existing project that uses Apple's version of the ANSI libraries:
  15.  
  16. 1. Remove toolbox initialization from your main program.  The library performs the initializations needed.  Remove the declaration of QDglobals qd.  This is now done by our library.
  17. 2. Remove the following libraries:
  18. PPC CPlusLib.o
  19. StdCLib.xcoff
  20. StdCRuntime.o
  21. PPCCRuntime.o
  22. 3. Add the following libraries from the Standard Libraries folder:
  23. PPCCPlusLib.o
  24. PPCANSI.o
  25. PPCRuntime.o
  26. 4. Go to the Compiler Settings options for PowerPC C++ and uncheck "Map carriage returns".
  27. 5. Remove Objects (the CDK does not know when its libraries have been changed).
  28. 6. Bring Up To Date.
  29. 7. Build PowerPC App.
  30.  
  31. To create a new project with ANSI libraries, use the new "PowerPC ANSI Project" project model.
  32.  
  33. NOTE
  34. We discovered a conflict between the ANSI libraries and the Apple debugger.  The
  35. symptom is a delay between user events such as keystrokes and mouse movement
  36. and a response from the library.  Going to the Debugger Nub Controls under Control
  37. Panels and unchecking Active will correct it.
  38.  
  39. • Adds an IOStreams library.
  40.  
  41. Rebuilding the libraries
  42. =====================
  43.  
  44. The sources to the PowerPC libraries are in C, so you need a C compiler to rebuild
  45. them.  We were unable to provide a PowerPC C translator in the online version of the
  46. 7.0.4 patch.  We will send a diskette containing the PowerPC C translator and the
  47. library sources, in addition to the contents of the online update, to any registered
  48. CDK owner who requests it.  Send email, stating that you would like the CDK 7.0.4
  49. diskette, along with your name and address to one of the following addresses:
  50. powermac@bedford.symantec.com (internet)
  51. SYM.POWERMAC (AppleLink)
  52. The diskette also contains prerelease versions of native C and C++ translators that
  53. will run under the TPM.
  54.  
  55.